home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / restaura.swf / scripts / DefineSprite_822 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-15  |  131 b   |  9 lines

  1. if(_root.wersja == "ang")
  2. {
  3.    gotoAndStop(10 + random(7));
  4. }
  5. if(_root.wersja == "pol")
  6. {
  7.    gotoAndStop(2 + random(7));
  8. }
  9.